home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Communication / Archie / Archie.app / FtpSession.nib / data.classes next >
Text File  |  1993-03-21  |  807b  |  57 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. FTPObject = {
  7.     ACTIONS = {
  8.     windowWillClose:;
  9.     logout:;
  10.     abort:;
  11.     setTransferDir:;
  12.     showFTPLog:;
  13.     doLogin:;
  14.     showPasswd:;
  15.     browser:;
  16.     displaySelection:;
  17.     openInWorkspace:;
  18.     showFTPStatus:;
  19.     retrieve:;
  20.     };
  21.     OUTLETS = {
  22.     loginUsernameID;
  23.     sourceNameID;
  24.     fileIconID;
  25.     loginHostnameID;
  26.     filenameID;
  27.     bytesTransferredID;
  28.     preferences;
  29.     fileWellID;
  30.     sourcePathID;
  31.     fileInspector;
  32.     hostnameID;
  33.     statusPanelID;
  34.     selectionList;
  35.     visiblePasswdID;
  36.     fileBrowserID;
  37.     sortMatrixID;
  38.     ftpWindowID;
  39.     localPathID;
  40.     sourceHostID;
  41.     netrcStringID;
  42.     loginPasswdID;
  43.     inspectedFile;
  44.     activePathNodes;
  45.     clockViewID;
  46.     ftpLoginPanelID;
  47.     rootFileList;
  48.     ftpLogID;
  49.     fileInfoID;
  50.     msgID;
  51.     calViewID;
  52.     percentID;
  53.     logPanelID;
  54.     };
  55.     SUPERCLASS = Object;
  56. };
  57.